home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / global / try_throw_grenade.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  349 b   |  15 lines

  1. // global/try_throw_grenade.scr
  2. //
  3. // parameters:
  4. // local.destination - position where we want the grenade to go
  5.  
  6. start local.destination:
  7.  
  8. local.grenadescript = self calcgrenadetoss local.destination
  9. if (local.grenadescript != "")
  10. {
  11.     self turnto local.destination
  12.     self animscript local.grenadescript
  13.     self waittill animdone
  14. }
  15.